ComponentOne Calendar for UWP
BeginUpdate Method (ReentrantObservableCollection<T>)

C1.UWP.Calendar Assembly > C1.Xaml.Calendar Namespace > ReentrantObservableCollection<T> Class : BeginUpdate Method
Prevents raising events until the EndUpdate method is called.
Syntax
'Declaration
 
Public Sub BeginUpdate() 
public void BeginUpdate()
Remarks
The ReentrantObservableCollection<T> keeps count of calls to BeginUpdate method. Be sure to call EndUpdate method for each call to BeginUpdate method.
See Also

Reference

ReentrantObservableCollection<T> Class
ReentrantObservableCollection<T> Members